Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move to pyproject.toml #170

Merged
merged 29 commits into from
May 10, 2023
Merged

Move to pyproject.toml #170

merged 29 commits into from
May 10, 2023

Conversation

dbrakenhoff
Copy link
Collaborator

Improve dependencies categories
Update workflows

dbrakenhoff and others added 19 commits May 9, 2023 09:18
- get_structured_grid_ds: create a structured grid DataSet
- get_vertex_grid_ds: create a vertex grid Dataset
- allow creation of datasets based on flopy modelgrid objects
- supports both vertex and structured grid
- add gridtype attr
- improve reading grids at real-world coords
- set delr/delc for structured grids
add correct x,y-offsets
fix #171
header reading is now fine if not all ascii keys:
        "ncols",
        "nrows",
        "nodata_value",
        "xllcorner",
        "yllcorner",
        "cellsize",
        "xllcenter",
        "yllcenter",
    are in the header
* Add option to only use most common station

Slow determination of stations (locations.geo.get_nearest_point) is removed

* solve minor bug and add test for most_common_station=True

* Set gridgen files in a separate directory. Solves issue #158

* minor changes

* Make most_common_station work with structured grids as well

* Create gridgen directory when it does not exist

* Solve fiona.errors.DriverError:  not recognized as a supported file format.

* Remove rasterstats as a dependency for tests and docs

* Codacy stuff
* Add option to only use most common station

Slow determination of stations (locations.geo.get_nearest_point) is removed

* solve minor bug and add test for most_common_station=True

* Set gridgen files in a separate directory. Solves issue #158

* minor changes

* Make most_common_station work with structured grids as well

* Create gridgen directory when it does not exist

* Solve fiona.errors.DriverError:  not recognized as a supported file format.

* Remove rasterstats as a dependency for tests and docs

* Codacy stuff
isort+blac
@dbrakenhoff dbrakenhoff merged commit 1ef997a into dev May 10, 2023
@dbrakenhoff dbrakenhoff deleted the pyproject_toml2 branch May 10, 2023 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants